page cache

[peɪdʒ kæʃ]
  • page cache
  • 网络

    页面缓存;页缓存

纠错 数据更新时间:2025-11-14 12:16:36
1、

Yet another change was creating a separate cache pool for the page cache.

还有另一个改动是为页面缓存创建一个单独的缓存池。

互联网摘选

2、

At times, you might want to remove a page from the output cache when another item in the cache is removed.

有时,当缓存中的某一项被移除时,您可能需要从输出缓存中移除一页。

provided by jukuu

3、

WEB-speedup-system uses real_time compressing, intelligent image adjusting, server I/ O reduce stree technology, All-In-One object speedup technology, individuation optimizing page, unique dynamic cache, Server Load balance, protocol optimize, passive and active security protect method.

WEB加速系统采用网络实时压缩、智能图像调整、服务器I/O减压技术、All-In-One Object加速技术、页面的个性优化,独特的动态缓存,负载均衡,协议优化,基于主动和被动防御相结合的技术。

互联网摘选

4、

You will find that we page cache four of the six top level menu choices.

您会发现我们会页面缓存六个顶端菜单中的四个。

互联网摘选

5、

Works with a middle-tier business object to select, insert, update, delete, page, sort, cache, and filter data declaratively without extensive code.

使用中间层业务对象以声明方式对数据执行选择、插入、更新、删除、分页、排序、缓存和筛选操作。

provided by jukuu

6、

Caching these pages in a page response cache that is shared by multiple users would quickly consume the cache memory but would not result in many cache hits.

如果将这些页面缓存在多个用户共享的页面响应缓存中,则可能会很快用完缓存内存,却不能提高缓存命中率。

互联网摘选

7、

In this article, it discusses page cache designing and the application in e-businesss system based on B/ S pattern and J2EE architecture with actual example.

结合实际应用介绍了基于B/S模式的J2EE架构药品电子交易场系统的开发。

互联网摘选

8、

These sites can reduce the work required to generate pages by enabling Drupal's page cache through the administration console.

通过管理控制台启用Drupal的页面缓存,这些站点可以减少生成页面所需的工作量。

互联网摘选

9、

The value of the manifest parameter is the URL to the Web page's cache manifest file.

manifest参数的值是到该Web页面的缓存清单文件的URL。

互联网摘选

10、

To set a different cache profile for page layouts, select the page layouts can use a different page output cache profile check box.

若要为页面布局设置其他缓存配置文件,请选中“各个页面布局可以使用不同的页面输出缓存配置文件”复选框。

provided by jukuu

11、

It is often more efficient to put CSS in its own external file, rather than in-line it on a page so browsers can cache it.

与将CSS内联到页面中供浏览器缓存相比,将CSS放入其自己的外部文件中会更加有效。

互联网摘选

12、

Next time a user asks for foo. gif, the response returns the login page from the Akamai cache.

当用户下一次请求foo.gif时,会从Akamai缓存返回登录页面。

互联网摘选

13、

If you have any data on a page that changes at all based on who is looking at it, you can't page cache.

如果页面上的数据会根据访问它的用户而改变,那么就不能进行页面缓存。

互联网摘选

14、

You can also choose to disable browsers from saving your page to local cache, further deterring hackers.

您还可以禁止浏览器将您的页面保存到本地缓存,从而进一步阻止黑客的破坏。

互联网摘选

15、

Visiting this page once loads all the PHP code used to render the page into the cache.

访问这个PHP页面一次,便会加载用来将此页呈现到缓存内的所有PHP代码。

互联网摘选

16、

The gems handle the requests and run the code, and they stash objects in the page cache for speed and in the stone for persistence.

gems用来处理请求并执行代码,它们将对象贮存在页面缓存中以加速,并放入stone中以持久化。

互联网摘选

17、

Are all portlet definitions on that specific page actually contributing cache information?

特定页面的所有Portlet定义都实际提供缓存信息吗?

互联网摘选

18、

Note that some pages can refer to files, in which case, the data can be flushed if dirty ( through the page cache) or, if the page is clean, simply discarded.

注意,一些页面可以指向文件,在这种情况下,如果页面是脏(dirty)的,数据将被冲洗,如果页面是干净的(clean),直接丢掉。

互联网摘选

19、

If the page rendered by the action is already in the cache, Rails renders the page in the cache rather than rendering it again.

如果由该动作呈现的页面已经存在于缓存内,那么Rails就会在缓存内呈现页面而不是重新加以呈现。

互联网摘选

20、

The Web server will happily render any page in the cache, whether the user has permission to see it or not.

Web服务器将更乐于在缓存内呈现任何页面,而不管用户是否对其拥有查看的权限。

互联网摘选

21、

Through the analysis and test of the Xen implementation, page thrashing is found and verified in the VMM. This thesis put forwards the Virtual Page Cache to solve the "page thrashing" problem.

通过对Xen的虚拟化实现的分析和测试,发现并验证了VMM系统中存在页面抖动现象,由此提出了解决VMM页面抖动的虚拟页Cache思想。

互联网摘选

22、

To improve the performance of the Web Service and ensure the security of the system, we adopt the absolution overdue strategy which include the Page Cache and High Speed Cache.

本文提出了采用绝对过期策略的page cache以及高速缓存技术,以提高对Web服务的访问速度。

互联网摘选

23、

This paper presents a single page cache policy with delayed threshold.

文章提出了一种延迟阈值型的单个缓存技术。

互联网摘选

24、

An address space object is an object that manages the various pages for the inode within the page cache.

地址空间对象是为inode管理页缓存中的各种页的对象。

互联网摘选

25、

I could have also chosen to specify the timeout within the rhtml page along with the cache method, but we prefer the controller-based method.

我也可以选择在rhtml页面中指定超时和缓存方法,但我更愿意使用基于控制器的方法。

互联网摘选

26、

The type blockio sets the disk to direct block I/ O mode without page cache.

类型blockio把这个磁盘设置为直接块I/O模式,没有页面缓存。

互联网摘选

27、

Since the Rails framework is not involved if a page is in the cache, the server can't manage security for you.

如果页面已经在缓存内,那么就不会用到Rails框架,服务器并不能为您管理安全性。

互联网摘选

28、

I still need to periodically delete my front page from the cache if I ever want that page to expire.

我还是需要定期地从缓存中删除前页,这样我才能使该页期满终止。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索

纳米英语英语词典(dict.nm3.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈